🎖️GitЯра🎖️
Commit f1c793db5de3df9e987de16ddcda23f3757ba3db
Parents : a04a261
Author : renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Signature : Signature validation error
Date : 2026-05-14T11:32:58-05:00
Committer : GitHub <noreply@github.com>
Date : 2026-05-14T11:32:58-05:00
chore(deps): update com.github.luben:zstd-jni to v1.5.7-8 (#5454)
Changes
Diff
diff --git a/core/takserver/build.gradle.kts b/core/takserver/build.gradle.kts
index ffd87c6938..c2bbe64604 100644
--- a/core/takserver/build.gradle.kts
+++ b/core/takserver/build.gradle.kts
@@ -101,7 +101,7 @@ kotlin {
jvmMain.dependencies {
// Desktop JVM: standard JAR bundles native libs for desktop archs.
- implementation("com.github.luben:zstd-jni:1.5.7-7")
+ implementation("com.github.luben:zstd-jni:1.5.7-8")
// xpp3 is excluded from jvmAndroidMain (Android ships it as a
// platform class), but Desktop JVM still needs it for XmlPullParser.
implementation("org.ogce:xpp3:1.1.6")
@@ -111,7 +111,7 @@ kotlin {
// Android: @aar variant ships .so files for arm/arm64/x86/x86_64.
// Without this, zstd-jni's ZstdDictCompress.<clinit> throws
// UnsatisfiedLinkError and poisons TakV2Compressor permanently.
- implementation("com.github.luben:zstd-jni:1.5.7-7@aar")
+ implementation("com.github.luben:zstd-jni:1.5.7-8@aar")
}
commonTest.dependencies {
Served by rngit 1.5.2 - Generated in 0.06s